From: Daniel Pfeiffer Date: Sun, 28 Mar 2004 13:23:39 +0000 (+0000) Subject: restore (require 'font-lock) which is still needed X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23465 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31fc7d819ee440d94e9794aeeecdf15d9660b4df;p=emacs.git restore (require 'font-lock) which is still needed --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index b49c16e1314..8415fd2050e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -69,6 +69,9 @@ ;;; Code: +;; This is the parsing engine for compile: +(require 'font-lock) ; needed to get font-lock-value-in-major-mode + (defgroup compilation nil "Run compiler as inferior of Emacs, parse error messages." :group 'tools